Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632702 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/135 - Atari Game

style.css cody/swapnilsparsh/30DaysOfJavaScript/135 - Atari Game/style.css
105 Views
0 Comments
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html, body {
index.html cody/swapnilsparsh/30DaysOfJavaScript/135 - Atari Game/index.html
326 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>DragonUncaged - Color Blast!</title>
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="./style.css">

script.js cody/swapnilsparsh/30DaysOfJavaScript/135 - Atari Game/script.js
170 Views
0 Comments
(function(window){

var Game = {

init: function(){
this.c = document.getElementById("game");
this.c.width = this.c.width;
this.c.height = this.c.height;
preview.jpg cody/swapnilsparsh/30DaysOfJavaScript/135 - Atari Game/preview.jpg
80 Views
0 Comments
Media file